Xbasic

> Greater Than

Description

This operator results in TRUE if the expression on the left is greater than the expression on the right.

> Greater Than Example

For example, if SALES is greater than 1000 then the result is false

? SALES> 1000
= .F.

See Also